Skip to content

Comments

feat: remove dependency doctrine/collections#167

Merged
Chris53897 merged 1 commit intomainfrom
feature/remove-doctrine-collections
Feb 2, 2026
Merged

feat: remove dependency doctrine/collections#167
Chris53897 merged 1 commit intomainfrom
feature/remove-doctrine-collections

Conversation

@Chris53897
Copy link
Collaborator

@Chris53897 Chris53897 commented Jan 20, 2026

Summary by CodeRabbit

  • Chores
    • Updated project dependencies to maintain compatibility with current versions.
    • Removed unused dependencies from the project.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link

coderabbitai bot commented Jan 20, 2026

📝 Walkthrough

Walkthrough

Dependency configuration update removing doctrine/collections from project requirements and bumping phpunit version constraints in composer.json to newer patch and minor versions.

Changes

Cohort / File(s)
Dependency Management
composer.json
Removed doctrine/collections from require section; updated phpunit version constraint from `^11.5.44

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A hop, skip, and a dependency gone,
Doctrine collections bids us so long!
PHPUnit grows with numbers so bright,
Cleaner requirements—oh what a delight!

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: removing the doctrine/collections dependency from composer.json.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link

codecov bot commented Jan 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.66%. Comparing base (6d8313a) to head (bf168f6).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #167   +/-   ##
=========================================
  Coverage     84.66%   84.66%           
  Complexity      329      329           
=========================================
  Files            33       33           
  Lines          1337     1337           
=========================================
  Hits           1132     1132           
  Misses          205      205           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In `@composer.json`:
- Line 48: The phpunit constraint "phpunit/phpunit": "^11.5.48 || ^12.5.6"
conflicts with the declared PHP baseline (>=8.2) because PHPUnit 12 requires PHP
>=8.3; either change the composer.json php requirement to "php": ">=8.3" to
allow PHPUnit 12, or remove the "|| ^12.5.6" alternative so the line becomes
"phpunit/phpunit": "^11.5.48" to stay compatible with PHP >=8.2—update the
composer.json "php" key or the phpunit version string accordingly.

@Chris53897 Chris53897 merged commit 7418aca into main Feb 2, 2026
19 checks passed
@Chris53897 Chris53897 deleted the feature/remove-doctrine-collections branch February 2, 2026 09:34
@Chris53897 Chris53897 mentioned this pull request Feb 9, 2026
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants